home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000282_fdc@columbia.edu_Tue Feb 11 10:59:36 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  39 lines

  1. Article: 14076 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: secure ftp
  6. Date: 11 Feb 2003 10:59:30 -0500
  7. Organization: Columbia University
  8. Lines: 22
  9. Message-ID: <b2b6l2$gmu$1@watsol.cc.columbia.edu>
  10. References: <18c77c47.0302102057.8f449cb@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1044979171 18625 128.59.39.139 (11 Feb 2003 15:59:31 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 11 Feb 2003 15:59:31 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14076
  16.  
  17. In article <18c77c47.0302102057.8f449cb@posting.google.com>,
  18. tirch <spider_rabbit@yahoo.com> wrote:
  19. : Hello all, this is my first time posting and I've looked around the
  20. : groups. You all look like you have a really good handle on secure ftp
  21. : protocols.
  22. : My question is, what is the most popular way of transferring files
  23. : securely? What do most commercial sites use? I think it is either scp
  24. : or sftp. Does anyone use ftps?
  25. Serious sites do, like IBM:
  26.  
  27.   http://www.columbia.edu/kermit/ibm_ie.html
  28.  
  29. FTP has numerous advantages over scp and sftp, primarily that it handles
  30. text-file format conversion across unlike platforms.  SSL/TLS has
  31. important advantages over SSH (which scp and sftp are based on), primarily
  32. the ability to revoke compromised security keys.  For details see:
  33.  
  34.   http://www.columbia.edu/kermit/security.html
  35.  
  36. - Frank
  37.